home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
pagemakerclasslibrary
/
queries
/
pgetrulebelow.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-04
|
749b
|
37 lines
/*
*--- PGetRuleBelow.h -----------------------------------------------------
* Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
* Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
*
* Description:
*-------------------------------------------------------------------------
*/
#ifndef __PGetRuleBelow__
#define __PGetRuleBelow__
#include "PHandleQuery.h"
#include "PMTypes.h"
class PGetRuleBelow : public PHandleQuery
{
public:
PGetRuleBelow();
PMBool bOnOff;
short cLineStyle;
const char * sLineColor;
short cLineWidth;
long xLeftIndent;
long xRightIndent;
short dWeight;
PMBool bOpaque;
short nLineTint;
};
#endif
// end of PGetRuleBelow.h